home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 4 / MacFormat n. 4 (Spain) / MacFormat 4.bin / Demos / DiscoverIndia Demo / GoDiscoverDemo / GoDiscoverDemo.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1995-01-26  |  217 b   |  13 lines

  1. on startMovie
  2.   initRearWindow(255)
  3. end
  4.  
  5. on initRearWindow theColor
  6.   global rwObj
  7.   if objectp(rwObj) then
  8.     rwObj(mdispose)
  9.   end if
  10.   set rwObj to RearWindow(mnew, "M")
  11.   rwObj(mIndexColorToWindow, theColor)
  12. end
  13.